home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DMREG.INF < prev    next >
Encoding:
Windows Setup INFormation  |  2003-07-01  |  20.0 KB  |  312 lines

  1. ;
  2. ;   NT 5.0 Disk Management
  3. ;
  4.  
  5. [Version]
  6. Signature = "$Windows NT$"
  7. DriverVer=06/19/2003,5.00.2195.6717
  8.  
  9. [DefaultInstall]
  10. DelReg = DM.DelReg
  11. AddReg = DM.AddReg
  12.  
  13. [DM.AddReg]
  14.  
  15. ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  16. ;   LDM kernel entries
  17. ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  18.  
  19. ;   Event logging
  20. HKLM,"System\CurrentControlSet\Services\EventLog\System\dmio","EventMessageFile",0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\dmio.sys"
  21. HKLM,"System\CurrentControlSet\Services\EventLog\System\dmio","TypesSupported",0x00010001,0x00000007
  22. HKLM,"System\CurrentControlSet\Services\EventLog\System\dmboot","EventMessageFile",0x00020000,"%SystemRoot%\System32\Drivers\dmboot.sys;%SystemRoot%\System32\sp2res.dll"
  23. HKLM,"System\CurrentControlSet\Services\EventLog\System\dmboot","TypesSupported",0x00010001,0x00000007
  24.  
  25. ;   Service registration
  26. ;   dmload
  27. HKLM,"System\CurrentControlSet\Services\dmload","Type",0x00010001,0x00000001
  28. HKLM,"System\CurrentControlSet\Services\dmload","Start",0x00010001,0x00000000
  29. HKLM,"System\CurrentControlSet\Services\dmload","ErrorControl",0x00010001,0x00000001
  30. HKLM,"System\CurrentControlSet\Services\dmload","Group",0x00000000,"System Bus Extender"
  31. HKLM,"System\CurrentControlSet\Services\dmload","Tag",0x00010001,0x0000000c
  32. HKLM,"System\CurrentControlSet\Services\dmload","ImagePath",0x00020000,"System32\drivers\dmload.sys"
  33.  
  34. ;   dmboot
  35. HKLM,"System\CurrentControlSet\Services\dmboot","Type",0x00010001,0x00000001
  36. HKLM,"System\CurrentControlSet\Services\dmboot","Start",0x00010001,0x00000000
  37. HKLM,"System\CurrentControlSet\Services\dmboot","ErrorControl",0x00010001,0x00000001
  38. HKLM,"System\CurrentControlSet\Services\dmboot","Group",0x00000000,"Filter"
  39. HKLM,"System\CurrentControlSet\Services\dmboot","Tag",0x00010001,0x0000000b
  40. HKLM,"System\CurrentControlSet\Services\dmboot","ImagePath",0x00020000,"System32\drivers\dmboot.sys"
  41.  
  42. ;   dmio
  43. HKLM,"System\CurrentControlSet\Services\dmio","Type",0x00010001,0x00000001
  44. HKLM,"System\CurrentControlSet\Services\dmio","Start",0x00010001,0x00000000
  45. HKLM,"System\CurrentControlSet\Services\dmio","ErrorControl",0x00010001,0x00000001
  46. HKLM,"System\CurrentControlSet\Services\dmio","Group",0x00000000,"System Bus Extender"
  47. HKLM,"System\CurrentControlSet\Services\dmio","Tag",0x00010001,0x0000000d
  48. HKLM,"System\CurrentControlSet\Services\dmio","ImagePath",0x00020000,"System32\drivers\dmio.sys"
  49.  
  50. ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  51. ;   LDM ASR entries
  52. ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  53.  
  54. HKLM,"Software\Microsoft\Windows Nt\CurrentVersion\AsrCommands","LDM-ASR save application",,"dmrecovr get"
  55.  
  56.  
  57. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  58. ;   LDM watchdog service entries
  59. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  60.  
  61. ; Service registration
  62. HKLM,"System\CurrentControlSet\Services\dmserver","DependOnService",0x00010000,"RpcSs","PlugPlay"
  63. HKLM,"System\CurrentControlSet\Services\dmserver","Type",0x00010001,0x00000020
  64. HKLM,"System\CurrentControlSet\Services\dmserver","Start",0x00010001,0x00000002
  65. HKLM,"System\CurrentControlSet\Services\dmserver","ErrorControl",0x00010001,0x00000001
  66. HKLM,"System\CurrentControlSet\Services\dmserver","ImagePath",0x00020000,"%SystemRoot%\System32\services.exe"
  67. HKLM,"System\CurrentControlSet\Services\dmserver","DisplayName",,%strDMServiceDispName%
  68. HKLM,"System\CurrentControlSet\Services\dmserver","ObjectName",,"LocalSystem"
  69. HKLM,"System\CurrentControlSet\Services\dmserver","Description",,%strDMServiceDescription%
  70.  
  71. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  72. ;   LDM administrative service entries
  73. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  74.  
  75. ; Service registration
  76. HKLM,"System\CurrentControlSet\Services\dmadmin","DependOnService",0x00010000,"RpcSs","PlugPlay","DmServer"
  77. HKLM,"System\CurrentControlSet\Services\dmadmin","Type",0x00010001,0x00000020
  78. HKLM,"System\CurrentControlSet\Services\dmadmin","Start",0x00010001,0x00000003
  79. HKLM,"System\CurrentControlSet\Services\dmadmin","ErrorControl",0x00010001,0x00000001
  80. HKLM,"System\CurrentControlSet\Services\dmadmin","ImagePath",0x00020000,"%SystemRoot%\System32\dmadmin.exe /com"
  81. HKLM,"System\CurrentControlSet\Services\dmadmin","DisplayName",,%strDMAdminDispName%
  82. HKLM,"System\CurrentControlSet\Services\dmadmin","ObjectName",,"LocalSystem"
  83. HKLM,"System\CurrentControlSet\Services\dmadmin","Description",,%strDMAdminDescription%
  84.  
  85. ;   Event logging
  86. HKLM,"System\CurrentControlSet\Services\EventLog\System\LDMS","EventMessageFile",0x00020000,"%SystemRoot%\System32\dmserver.dll"
  87. HKLM,"System\CurrentControlSet\Services\EventLog\System\LDMS","TypesSupported",0x00010001,0x00000007
  88.  
  89. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  90. ;   Disk Management Snap-In entries
  91. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  92.  
  93. ;   MMC registration
  94. HKLM,"Software\Microsoft\MMC\NodeTypes\{312B59C1-4002-11d0-96F8-00A0C9191601}",,,""
  95. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}","NameString",,%strDMSnapinNameString%
  96. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}","NodeType",,"{312B59C1-4002-11d0-96F8-00A0C9191601}"
  97. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}","Provider",,%strDMSnapinProvider%
  98. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}","Version",,"1.0"
  99. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}","About",,"{FAC1D9C0-0296-11d1-A840-00A0C92C9D5D}"
  100. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}\StandAlone"
  101. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}\NodeTypes\{312B59C1-4002-11d0-96F8-00A0C9191601}"
  102.  
  103. ;  MMC registration for Extension to my computer storage folder
  104. HKLM,"Software\Microsoft\MMC\SnapIns\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}","NameString",,%strDMSnapinNameStringEx%
  105. HKLM,"Software\Microsoft\MMC\SnapIns\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}","About",,"{FAC1D9C0-0296-11d1-A840-00A0C92C9D5D}"
  106. HKLM,"Software\Microsoft\MMC\NodeTypes\{476e644a-aaff-11d0-b944-00c04fd8d5b0}\Extensions\NameSpace","{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}",,%strDMSnapinNameStringEx%
  107.  
  108.  
  109. ;   Typelib
  110. HKLM,"Software\Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0",,,%strDMSnapinTypelib%
  111. HKLM,"Software\Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\0\win32",,0x00020000,"%SystemRoot%\System32\dmview.ocx"
  112. HKLM,"Software\Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\FLAGS",,,"2"
  113. HKLM,"Software\Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\HELPDIR",,,""
  114.  
  115. ;   Class Names
  116.  
  117. HKLM,"Software\Classes\DiskManagement.Control",,,"DiskManagement.Control"
  118. HKLM,"Software\Classes\DiskManagement.Control\CLSID",,,"{AEB84C83-95DC-11D0-B7FC-B61140119C4A}"
  119.  
  120. HKLM,"Software\Classes\DiskManagement.UITasks",,,"DiskManagement.UITasks"
  121. HKLM,"Software\Classes\DiskManagement.UITasks\CLSID",,,"{7086AD76-44BD-11D0-81ED-00A0C90FC491}"
  122.  
  123. HKLM,"Software\Classes\DiskManagement.SnapInExtension",,,"DiskManagement.SnapInExtension"
  124. HKLM,"Software\Classes\DiskManagement.SnapInExtension\CLSID",,,"{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}"
  125.  
  126. HKLM,"Software\Classes\DiskManagement.DataObject",,,"DiskManagement.DataObject"
  127. HKLM,"Software\Classes\DiskManagement.DataObject\CLSID",,,"{E13B6688-3F39-11D0-96F6-00A0C9191601}"
  128.  
  129. HKLM,"Software\Classes\DiskManagement.SnapIn",,,"DiskManagement.SnapIn"
  130. HKLM,"Software\Classes\DiskManagement.SnapIn\CLSID",,,"{E13B6686-3F39-11D0-96F6-00A0C9191601}"
  131.  
  132. HKLM,"Software\Classes\DiskManagement.SnapInComponent",,,"DiskManagement.SnapInComponent"
  133. HKLM,"Software\Classes\DiskManagement.SnapInComponent\CLSID",,,"{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}"
  134.  
  135. HKLM,"Software\Classes\DiskManagement.SnapInAbout",,,"DiskManagement.SnapInAbout"
  136. HKLM,"Software\Classes\DiskManagement.SnapInAbout\CLSID",,,"{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}"
  137.  
  138. HKLM,"Software\Classes\DiskManagement.Connection",,,"DiskManagement.Connection"
  139. HKLM,"Software\Classes\DiskManagement.Connection\CLSID",,,"{FD78D554-4C6E-11D0-970D-00A0C9191601}"
  140.  
  141. ;   CLSID
  142.  
  143. HKLM,"Software\Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}",,,"DiskManagement.UITasks"
  144. HKLM,"Software\Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdlgs.dll"
  145. HKLM,"Software\Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}\ProgID",,,"DiskManagement.UITasks"
  146.  
  147. HKLM,"Software\Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}",,,"DiskManagement.SnapInExtension"
  148. HKLM,"Software\Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  149. HKLM,"Software\Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}\InProcServer32","ThreadingModel",,"Apartment"
  150. HKLM,"Software\Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}\ProgID",,,"DiskManagement.SnapInExtension"
  151.  
  152. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}",,,"DiskManagement.Control"
  153. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmview.ocx"
  154. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\InProcServer32","ThreadingModel",,"Apartment"
  155. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\ProgID",,,"DiskManagement.Control"
  156. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\TypeLib",,,"{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
  157. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\ToolboxBitmap32",,0x00020000,"%SystemRoot%\System32\dmview.ocx,1"
  158. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\Control"
  159. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\Version",,,"1.0"
  160. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\MiscStatus",,,"0"
  161. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\MiscStatus\1",,,"131473"
  162.  
  163. HKLM,"Software\Classes\CLSID\{AEB84C84-95DC-11D0-B7FC-B61140119C4A}",,,"DiskManagement.Property Page"
  164. HKLM,"Software\Classes\CLSID\{AEB84C84-95DC-11D0-B7FC-B61140119C4A}\InprocServer32",0x00020000,"%SystemRoot%\System32\dmview.ocx"
  165.  
  166. HKLM,"Software\Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}",,,"DiskManagement.SnapInComponent"
  167. HKLM,"Software\Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  168. HKLM,"Software\Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}\InProcServer32","ThreadingModel",,"Apartment"
  169. HKLM,"Software\Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}\ProgID",,,"DiskManagement.SnapInComponent"
  170.  
  171. HKLM,"Software\Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}",,,"DiskManagement.SnapIn"
  172. HKLM,"Software\Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  173. HKLM,"Software\Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}\InProcServer32","ThreadingModel",,"Apartment"
  174. HKLM,"Software\Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}\ProgID",,,"DiskManagement.SnapIn"
  175.  
  176. HKLM,"Software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}",,,"DiskManagement.DataObject"
  177. HKLM,"Software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  178. HKLM,"Software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\InProcServer32","ThreadingModel",,"Apartment"
  179. HKLM,"Software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\ProgID",,,"DiskManagement.DataObject"
  180.  
  181. HKLM,"Software\Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}",,,"DiskManagement.SnapInAbout"
  182. HKLM,"Software\Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  183. HKLM,"Software\Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}\InProcServer32","ThreadingModel",,"Apartment"
  184. HKLM,"Software\Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}\ProgID",,,"DiskManagement.SnapInAbout"
  185.  
  186. HKLM,"Software\Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}",,,"DiskManagement.Connection"
  187. HKLM,"Software\Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  188. HKLM,"Software\Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}\ProgID",,,"DiskManagement.Connection"
  189.  
  190. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  191. ;   DCOM marshaling entries
  192. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  193.  
  194. HKLM,"Software\Classes\CLSID\{D2D79DF5-3400-11d0-B40B-00AA005FF586}",,,"IVolumeClient_PSFactory"
  195. HKLM,"Software\Classes\CLSID\{D2D79DF5-3400-11d0-B40B-00AA005FF586}\InprocServer32",,0x00020000,"%SystemRoot%\System32\dmintf.dll"
  196.  
  197. HKLM,"Software\Classes\CLSID\{D2D79DF7-3400-11d0-B40B-00AA005FF586}",,,"IDMNotify_PSFactory"
  198. HKLM,"Software\Classes\CLSID\{D2D79DF7-3400-11d0-B40B-00AA005FF586}\InprocServer32",,0x00020000,"%SystemRoot%\System32\dmintf.dll"
  199.  
  200. HKLM,"Software\Classes\CLSID\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}",,,"IVolumeClient2_PSFactory"
  201. HKLM,"Software\Classes\CLSID\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}\InprocServer32",,0x00020000,"%SystemRoot%\System32\dmintf.dll"
  202.  
  203. HKLM,"Software\Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}",,,"_DDMView"
  204. HKLM,"Software\Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid",,,"{00020420-0000-0000-C000-000000000046}"
  205. HKLM,"Software\Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid32",,,"{00020420-0000-0000-C000-000000000046}"
  206. HKLM,"Software\Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\TypeLib",,,"{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
  207. HKLM,"Software\Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\TypeLib","Version",,"1.0"
  208.  
  209. HKLM,"Software\Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}",,,"_DDMViewEvents"
  210. HKLM,"Software\Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid",,,"{00020420-0000-0000-C000-000000000046}"
  211. HKLM,"Software\Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid32",,,"{00020420-0000-0000-C000-000000000046}"
  212. HKLM,"Software\Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\TypeLib",,,"{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
  213. HKLM,"Software\Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\TypeLib","Version",,"1.0"
  214.  
  215. HKLM,"Software\Classes\Interface\{D2D79DF5-3400-11d0-B40B-00AA005FF586}",,,"IVolumeClient"
  216. HKLM,"Software\Classes\Interface\{D2D79DF5-3400-11d0-B40B-00AA005FF586}\ProxyStubClsid32",,,"{D2D79DF5-3400-11d0-B40B-00AA005FF586}"
  217.  
  218. HKLM,"Software\Classes\Interface\{D2D79DF7-3400-11d0-B40B-00AA005FF586}",,,"IDMNotify"
  219. HKLM,"Software\Classes\Interface\{D2D79DF7-3400-11d0-B40B-00AA005FF586}\ProxyStubClsid32",,,"{D2D79DF7-3400-11d0-B40B-00AA005FF586}"
  220.  
  221. HKLM,"Software\Classes\Interface\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}",,,"IVolumeClient2"
  222. HKLM,"Software\Classes\Interface\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}\ProxyStubClsid32",,,"{4BDAFC52-FE6A-11d2-93F8-00105A11164A}"
  223.  
  224.  
  225. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  226. ;   LDM remote notification server entries
  227. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  228.  
  229. ;   APPID
  230. HKLM,"Software\Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}",,,%strDMRemoteClientNameString%
  231. HKLM,"Software\Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","LocalServer32",,"dmremote.exe"
  232. HKLM,"Software\Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","LaunchPermission",1,\
  233.     01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,00,00,02,00,34,00,02,00,00,\
  234.     00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,18,00,01,00,\
  235.     00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,05,00,00,00,00,00,05,15,\
  236.     00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00,01,05,00,00,00,00,00,05,\
  237.     15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00
  238. HKLM,"Software\Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","AccessPermission",1,\
  239.     01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,00,00,02,00,34,00,02,00,00,\
  240.     00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,18,00,01,00,\
  241.     00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,05,00,00,00,00,00,05,15,\
  242.     00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00,01,05,00,00,00,00,00,05,\
  243.     15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00
  244. HKLM,"Software\Classes\APPID\dmremote.exe","AppID",,"{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}"
  245.  
  246. ;   CLSID
  247. HKLM,"Software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}",,,%strDMRemoteClientNameString%
  248. HKLM,"Software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}",AppID,,"{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}"
  249. HKLM,"Software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}\LocalServer32",,,"dmremote.exe"
  250. HKLM,"Software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}\LocalServer32","ThreadingModel",,"dmremote.exe"
  251.  
  252. ; interface
  253.  
  254. HKLM,"Software\Classes\CLSID\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}",,,"IDMRemoteServer_PSFactory"
  255. HKLM,"Software\Classes\CLSID\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}\InprocServer32",,0x00020000,"%SystemRoot%\System32\dmintf.dll"
  256.  
  257. HKLM,"Software\Classes\Interface\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}",,,"IDMRemoteServer"
  258. HKLM,"Software\Classes\Interface\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}\ProxyStubClsid32",,,"{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}"
  259.  
  260.  
  261. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  262. ;   LDM DCOM object server entries
  263. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  264.  
  265. ;   APPID
  266. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}",,,%strDMAdminDispName%
  267. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","LocalService",,"dmadmin"
  268. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","ServiceParameters",,"/com"
  269. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","LaunchPermission",1,\
  270.     01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,00,00,02,00,34,00,02,00,00,\
  271.     00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,18,00,01,00,\
  272.     00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,05,00,00,00,00,00,05,15,\
  273.     00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00,01,05,00,00,00,00,00,05,\
  274.     15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00
  275. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","AccessPermission",1,\
  276.     01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,00,00,02,00,34,00,02,00,00,\
  277.     00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,18,00,01,00,\
  278.     00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,05,00,00,00,00,00,05,15,\
  279.     00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00,01,05,00,00,00,00,00,05,\
  280.     15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00
  281. HKLM,"Software\Classes\APPID\dmadmin.exe","AppID",,"{4FB6BB00-3347-11d0-B40A-00AA005FF586}"
  282.  
  283. ;   CLSID
  284. HKLM,"Software\Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}",,,%strDMAdminDispName%
  285. HKLM,"Software\Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}",AppID,,"{4FB6BB00-3347-11d0-B40A-00AA005FF586}"
  286. HKLM,"Software\Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}\LocalServer32",,0x00020000,"dmadmin.exe /com"
  287.  
  288. ;   Event logging
  289. HKLM,"System\CurrentControlSet\Services\EventLog\System\LDM","EventMessageFile",0x00020000,"%SystemRoot%\System32\dmadmin.exe"
  290. HKLM,"System\CurrentControlSet\Services\EventLog\System\LDM","TypesSupported",0x00010001,0x00000007
  291.  
  292.  
  293. [DM.DelReg]
  294.  
  295. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  296. ; To ensure upgrades work you must blow away all entries for    ;
  297. ; when dmadmin used to be a service                             ;
  298. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  299.  
  300. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","LocalServer32"
  301.  
  302. [Strings]
  303. strDMServiceDispName        = "Logical Disk Manager"
  304. strDMServiceDescription     = "Logical Disk Manager Watchdog Service"
  305. strDMSnapinNameString       = "Disk Management"
  306. strDMSnapinNameStringEx     = "Disk Management Extension"
  307. strDMSnapinProvider         = "Microsoft Corp., VERITAS Software Corp." 
  308. strDMSnapinTypelib          = "Disk Management Snap-In Object Library"
  309. strDMAdminDispName          = "Logical Disk Manager Administrative Service"
  310. strDMAdminDescription       = "Administrative service for disk management requests"
  311. strDMRemoteClientNameString = "Logical Disk Manager Remote Client"
  312.